Css 控制选中文字背景以及颜色

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<title>Field selection demo</title>
<style>
p::selection {
background:pink;
color:white;
}
::-moz-selection {
background:#ccc;
color:#ff645d;
}
::-webkit-selection {
background:#ccc;
color:#ff645d;
}
</style>
</head>
<body>
<p>
1234567890
</p>
</body>
</html>

一辈子很短,努力的做好两件事就好;
第一件事是热爱生活,好好的去爱身边的人;
第二件事是努力学习,在工作中取得不一样的成绩,实现自己的价值,而不是仅仅为了赚钱;

继开 wechat
欢迎加我的微信,共同交流技术